From 7145739f74947cbe2b6b69b6492a63df1cce5b96 Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Tue, 24 Jun 2014 15:50:15 -0700 Subject: [PATCH] Rename make distclean -> clean-all --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ede17f22b..4bba33d92 100644 --- a/Makefile +++ b/Makefile @@ -71,7 +71,7 @@ test: test-unit test-integration clean: rm -rf target -distclean: clean +clean-all: clean cd libs/hamcrest-rust && make clean cd libs/hammer.rs && make clean cd libs/toml-rs && make clean -- 2.30.2